object ARCConvForm: TARCConvForm Left = 227 Top = 175 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Archive Converter' ClientHeight = 347 ClientWidth = 456 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Position = poDefault Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgLed: TImage Left = 625 Top = 447 Width = 10 Height = 10 AutoSize = True Center = True Picture.Data = {} Visible = False end object Label4: TLabel Left = 10 Top = 291 Width = 105 Height = 16 AutoSize = False Caption = 'Com&pression:' FocusControl = CompressionBox end object Label2: TLabel Left = 8 Top = 96 Width = 51 Height = 13 Caption = 'Total Files:' end object Label1: TElLabel Left = 8 Top = 24 Width = 56 Height = 13 Caption = 'Current File:' end object ListBox1: TMemo Left = 8 Top = 148 Width = 441 Height = 162 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'MessageMemo') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 10 end object btnOK: TButton Left = 57 Top = 317 Width = 105 Height = 25 Caption = '&OK' Default = True TabOrder = 11 OnClick = btnOKClick end object CloseButton: TButton Left = 174 Top = 317 Width = 105 Height = 25 Caption = '&Close' TabOrder = 12 OnClick = CloseButtonClick end object CorelButton3: TButton Left = 292 Top = 317 Width = 105 Height = 25 Caption = '&Help' TabOrder = 13 OnClick = CorelButton3Click end object Browse: TButton Left = 168 Top = 148 Width = 89 Height = 25 Caption = '&Add Files...' TabOrder = 3 OnClick = BrowseClick end object CorelButton1: TButton Left = 360 Top = 148 Width = 89 Height = 25 Caption = 'R&emove' TabOrder = 5 OnClick = CorelButton1Click end object CompressionBox: TComboBox Left = 128 Top = 289 Width = 321 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 9 end object CompMode: TRadioGroup Left = 8 Top = 242 Width = 442 Height = 41 Caption = ' Destination &Format ' Columns = 5 ItemIndex = 0 Items.Strings = ( 'ZIP' 'CAB' 'LHA' 'BH' 'TAR') TabOrder = 8 OnClick = CompModeClick end object RadioGroup1: TRadioGroup Left = 8 Top = 174 Width = 442 Height = 65 Caption = ' Destination Folder ' ItemIndex = 0 Items.Strings = ( 'File'#39's Current Folder' 'Custom Folder:') TabOrder = 6 end object ProgressBar1: TProgressBar Left = 8 Top = 40 Width = 441 Height = 25 Min = 0 Max = 100 Step = 1 TabOrder = 0 end object ProgressBar2: TProgressBar Left = 8 Top = 112 Width = 441 Height = 25 Min = 0 Max = 100 Step = 1 TabOrder = 1 end object Button1: TButton Left = 264 Top = 148 Width = 89 Height = 25 Caption = 'Add F&older...' TabOrder = 4 OnClick = Button1Click end object listview1: TdfsExtListView Left = 7 Top = 6 Width = 442 Height = 139 SmallImages = dfsSystemImageList1 Columns = < item Caption = 'Name' Width = 100 end item Alignment = taRightJustify Caption = 'Size' Width = 100 end item Caption = 'Path' Width = 189 end> ExtendedStyles = [lvxFullRowSelect] SaveSettings.RegistryKey = 'Software\PowerArc' SaveSettings.SaveCurrentSort = False ColumnsFormat = <> ShowSortArrows = True ReadOnly = True MultiSelect = True OnColumnClick = listview1ColumnClick TabOrder = 2 ViewStyle = vsReport OnKeyDown = listview1KeyDown end object Edit1: TElButtonEdit Left = 128 Top = 211 Width = 313 Height = 21 Cursor = crIBeam UseCustomScrollBars = True NotifyUserChangeOnly = True TopMargin = 2 RightMargin = 5 AutoSize = False BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ButtonCaption = '...' ButtonColor = clBtnFace ButtonDown = False ButtonEnabled = True ButtonFlat = False ButtonNumGlyphs = 1 ButtonPopupPlace = ppDown ButtonShortcut = 0 ButtonUseIcon = False ButtonVisible = True ButtonWidth = 15 OnButtonClick = CorelButton4Click AltButtonColor = clBtnFace AltButtonDown = False AltButtonEnabled = True AltButtonFlat = False AltButtonNumGlyphs = 1 AltButtonPopupPlace = ppDown AltButtonShortcut = 0 AltButtonUseIcon = False AltButtonVisible = False AltButtonWidth = 15 BorderStyle = bsSingle Ctl3D = True ParentCtl3D = False TabOrder = 7 ParentColor = False DockOrientation = doNoOrient DoubleBuffered = False end object Openbox: TAgOpenDialog Filter = 'ZIP/JAR (Java ARchiver) files, Quake3 files|*.zip;*.jar;*.pk3|RA' + 'R files|*.rar|LHA files|*.lzh;*.lha|ARJ files|*.arj|ARC files|*.' + 'arc|ZOO files|*.zoo|ACE files|*.ace|CAB files|*.cab|BlakHole fil' + 'es|*.bh|TAR/GZIP/BZIP2 files|*.tar;*.gz;*.z;*.tgz;*.bz;*.bz2;*.t' + 'bz;*.tbz2;*.taz;*.z|All archives|*.zip;*.jar;*.pk3;*.rar;*.lha;*' + '.lzh;*.arj;*.arc;*.zoo;*.ace;*.cab;*.bh;*.tar;*.gz;*.tgz;*.bz;*.' + 'bz2;*.tbz;*.z|All files|*.*' FilterIndex = 11 InitialDir = 'OpenBox' ShowPlacesBar = True Left = 43 Top = 8 end object FormStorage1: TFormStorage UseRegistry = True StoredProps.Strings = ( 'RadioGroup1.ItemIndex' 'CompMode.ItemIndex' 'Edit1.Text') StoredValues = <> Left = 24 Top = 48 end object dfsSystemImageList1: TdfsSystemImageList ShareImages = True ImageSize = isSmall Left = 54 Top = 32 end object DropFileTarget1: TDropFileTarget Dragtypes = [dtCopy] GetDataOnEnter = True OnDrop = DropFileTarget1Drop ShowImage = True Left = 8 Top = 40 end end